Property PropsDepth
Maximum depth for loading nested RedbObject in Props.
Controls recursion when Props contain references to other RedbObjects via _values._Object.
null = use global DefaultMaxTreeDepth from config.
public int? PropsDepth { get; set; }